home *** CD-ROM | disk | FTP | other *** search
- <!-- Copyright (c) 1997-2001 Macromedia, Inc. All Rights Reserved. Consult Software License Agreement for more details -->
- <!-- version 1.0 - 2001-06-05 -->
- <CAT CAPTION="CFML Tags" DESC="A collection of all Cold Fusion Markup Language tags.">
- <CAT CAPTION="Database Manipulation" ICON="Elements">
- <E CAPTION="CFINSERT" VALUE='<cfinsert datasource="" tablename="" tableowner="" tablequalifier="" formfields=""' HELPFILE='Docs/CFMLTags/cfinsert.htm'/>
- <E CAPTION="CFPROCPARAM" VALUE='<cfprocparam' HELPFILE='Docs/CFMLTags/cfprocparam.htm'/>
- <E CAPTION="CFPROCRESULT" VALUE='<cfprocresult' HELPFILE='Docs/CFMLTags/cfprocresult.htm'/>
- <E CAPTION="CFQUERY" VALUE='<cfquery name="" datasource="" maxrows="" timeout=""' HELPFILE='Docs/CFMLTags/cfquery.htm'/>
- <E CAPTION="CFQUERYPARAM" VALUE='<cfqueryparam value=""' HELPFILE='Docs/CFMLTags/cfqueryparam.htm'/>
- <E CAPTION="CFSTOREDPROC" VALUE='<cfstoredproc' HELPFILE='Docs/CFMLTags/cfstoredproc.htm'/>
- <E CAPTION="CFTRANSACTION" VALUE='<cftransaction isolation=""' HELPFILE='Docs/CFMLTags/cftransaction.htm'/>
- <E CAPTION="CFUPDATE" VALUE='<cfupdate datasource="" tablename="" tableowner="" tablequalifier="" formfields=""' HELPFILE='Docs/CFMLTags/cfupdate.htm'/>
- </CAT>
- <CAT CAPTION="Data Output" ICON="Elements">
- <E CAPTION="CFCONTENT" VALUE='<cfcontent type="" file="" deletefile="No"' HELPFILE='Docs/CFMLTags/cfcontent.htm'/>
- <E CAPTION="CFCOL" VALUE='<cfcol text="" header="" width="" align=""' HELPFILE='Docs/CFMLTags/cfcol.htm'/>
- <E CAPTION="CFGRAPH" VALUE='<cfgraph' HELPFILE='Docs/CFMLTags/cfgraph.htm'/>
- <E CAPTION="CFGRAPHDATA" VALUE='<cfgraphdata' HELPFILE='Docs/CFMLTags/cfgraphdata.htm'/>
- <E CAPTION="CFHEADER" VALUE='<cfheader name="" value=""' HELPFILE='Docs/CFMLTags/cfheader.htm'/>
- <E CAPTION="CFOUTPUT" VALUE='<cfoutput query="" group="" startrow="" maxrows=""' HELPFILE='Docs/CFMLTags/cfoutput.htm'/>
- <E CAPTION="CFTABLE" VALUE='<cftable query="" colspacing="" colheaders' HELPFILE='Docs/CFMLTags/cftable.htm'/>
- <E CAPTION="CFPROCESSINGDIRECTIVE" VALUE='<cfprocessingdirective suppresswhitespace=""' HELPFILE='Docs/CFMLTags/cfprocessingdirective.htm'/>
- </CAT>
- <CAT CAPTION="Variable Manipulation" ICON="Elements">
- <E CAPTION="CFCOOKIE" VALUE='<cfcookie name="" value="" expires="" domain="" path="" secure="Yes"' HELPFILE='Docs/CFMLTags/cfcookie.htm'/>
- <E CAPTION="CFPARAM" VALUE='<cfparam name="" default=""' HELPFILE='Docs/CFMLTags/cfparam.htm'/>
- <E CAPTION="<CFSET>" VALUE='<cfset identifier=value' HELPFILE='Docs/CFMLTags/cfset.htm'/>
- </CAT>
- <CAT CAPTION="CFML Language/Flow-Control" ICON="Elements">
- <E CAPTION="CFABORT" VALUE='<cfabort showerror=""' HELPFILE='Docs/CFMLTags/cfabort.htm'/>
- <E CAPTION="CFCASE" VALUE='<cfcase' HELPFILE='Docs/CFMLTags/cfswitchcfcasecfdefaultcase.htm'/>
- <E CAPTION="CFCATCH" VALUE='<cfcatch' HELPFILE='Docs/CFMLTags/cftrycfcatch.htm'/>
- <E CAPTION="CFEXIT" VALUE='<cfexit method="ExitTag"' HELPFILE='Docs/CFMLTags/cfexit.htm'/>
- <E CAPTION="CFIF" VALUE='<cfif' HELPFILE='Docs/CFMLTags/cfifelseifelse.htm'/>
- <E CAPTION="CFLOCATION" VALUE='<cflocation url="" addtoken=""' HELPFILE='Docs/CFMLTags/cflocation.htm'/>
- <E CAPTION="CFLOOP" VALUE='<cfloop index="" from="" to="" step=""' HELPFILE='Docs/CFMLTags/cfloop.htm'/>
- <E CAPTION="CFSWITCH" VALUE='<cfswitch' HELPFILE='Docs/CFMLTags/cfswitchcfcasecfdefaultcase.htm'/>
- <E CAPTION="CFTHROW" VALUE='<cfthrow message=""' HELPFILE='Docs/CFMLTags/cfthrow.htm'/>
- <E CAPTION="<CFBREAK>" VALUE='<cfbreak' HELPFILE='Docs/CFMLTags/cfbreak.htm'/>
- <E CAPTION="<CFDEFAULTCASE>" VALUE='<cfdefaultcase></cfdefaultcase>' HELPFILE='Docs/CFMLTags/cfswitchcfcasecfdefaultcase.htm'/>
- <E CAPTION="<CFSCRIPT>" VALUE='<cfscript></cfscript>' HELPFILE='Docs/CFMLTags/cfscript.htm'/>
- <E CAPTION="<CFTRY>" VALUE='<cftry></cftry>' HELPFILE='Docs/CFMLTags/cftrycfcatch.htm'/>
- <E CAPTION="<CFRETHROW>" VALUE='<cfrethrow>' HELPFILE='Docs/CFMLTags/cfrethrow.htm'/>
- <E CAPTION="<CFSILENT>" VALUE='<cfsilent>' HELPFILE='Docs/CFMLTags/cfsilent.htm'/>
- </CAT>
- <CAT CAPTION="Internet Protocols" ICON="Elements">
- <E CAPTION="CFFTP" VALUE='<cfftp action="" server="" username="" password="" stoponerror="Yes" name="" directory="" port="" retrycount="" timeout=""' HELPFILE='Docs/CFMLTags/cfftp.htm'/>
- <E CAPTION="CFHTTP" VALUE='<cfhttp url="" method="" username="" password="" name="" columns="" path="" file="" textqualifier="" delimiter=""' HELPFILE='Docs/CFMLTags/cfhttp.htm'/>
- <E CAPTION="CFHTTPPARAM" VALUE='<cfhttpparam type="" name="" value=""' HELPFILE='Docs/CFMLTags/cfhttpparam.htm'/>
- <E CAPTION="CFLDAP" VALUE='<cfldap action="" name="" attributes="" dn="" start="" scope="" startrow="" maxrows="" filter="" sort="" server="" port="" timeout="" username="" password=""' HELPFILE='Docs/CFMLTags/cfldap.htm'/>
- <E CAPTION="CFMAIL" VALUE='<cfmail query="" group="" startrow="" maxrows="" to="" from="" subject="" cc=""' HELPFILE='Docs/CFMLTags/cfmail.htm'/>
- <E CAPTION="CFMAILPARAM" VALUE='<cfmailparam file="" name=""' HELPFILE='Docs/CFMLTags/cfmailparam.htm'/>
- <E CAPTION="CFPOP" VALUE='<cfpop action="" name="" messagenumber="" attachmentpath="" startrow="" maxrows="" server="" port="" timeout="" username="" password=""' HELPFILE='Docs/CFMLTags/cfpop.htm'/>
- </CAT>
- <CAT CAPTION="File Management" ICON="Elements">
- <E CAPTION="CFDIRECTORY" VALUE='<cfdirectory action="" directory="" name="" filter="" sort=""' HELPFILE='Docs/CFMLTags/cfdirectory.htm'/>
- <E CAPTION="CFFILE" VALUE='<cffile action="" filefield="" destination="" nameconflict="ERROR" accept="" addnewline="Yes"' HELPFILE='Docs/CFMLTags/cffile.htm'/>
- </CAT>
- <CAT CAPTION="Web Application Framework" ICON="Elements">
- <E CAPTION="CFAPPLICATION" VALUE='<cfapplication name="" clientmanagement="Yes" sessionmanagement="Yes" sessiontimeout="" applicationtimeout="" clientstorage="Registry" setclientcookies="Yes"' HELPFILE='Docs/CFMLTags/cfapplication.htm'/>
- <E CAPTION="CFERROR" VALUE='<cferror type="" template="" mailto=""' HELPFILE='Docs/CFMLTags/cferror.htm'/>
- </CAT>
- <CAT CAPTION="Cold Fusion Forms" ICON="Elements">
- <E CAPTION="CFFORM" VALUE='<cfform action="" method="POST" target="" enablecab="Yes" name="" enctype=""' HELPFILE='Docs/CFMLTags/cfform.htm'/>
- <E CAPTION="CFAPPLET" VALUE='<cfapplet name="" appletsource="" align="" height="" width="" vspace="" hspace=""' HELPFILE='Docs/CFMLTags/cfapplet.htm'/>
- <E CAPTION="CFTREE" VALUE='<cftree' HELPFILE='Docs/CFMLTags/cftree.htm'/>
- <E CAPTION="CFTREEITEM" VALUE='<cftreeitem' HELPFILE='Docs/CFMLTags/cftreeitem.htm'/>
- <E CAPTION="CFGRID" VALUE='<cfgrid appendkey="Yes"' HELPFILE='Docs/CFMLTags/cfgrid.htm'/>
- <E CAPTION="CFGRIDCOLUMN" VALUE='<cfgridcolumn' HELPFILE='Docs/CFMLTags/cfgridcolumn.htm'/>
- <E CAPTION="CFGRIDROW" VALUE='<cfgridrow' HELPFILE='Docs/CFMLTags/cfgridrow.htm'/>
- <E CAPTION="CFGRIDUPDATE" VALUE='<cfgridupdate' HELPFILE='Docs/CFMLTags/cfgridupdate.htm'/>
- <E CAPTION="CFINPUT" VALUE='<cfinput' HELPFILE='Docs/CFMLTags/cfinput.htm'/>
- <E CAPTION="CFTEXTINPUT" VALUE='<cftextinput' HELPFILE='Docs/CFMLTags/cftextinput.htm'/>
- <E CAPTION="CFSLIDER" VALUE='<cfslider' HELPFILE='Docs/CFMLTags/cfslider.htm'/>
- <E CAPTION="CFSELECT" VALUE='<cfselect' HELPFILE='Docs/CFMLTags/cfselect.htm'/>
- </CAT>
- <CAT CAPTION="Security" ICON="Elements">
- <E CAPTION="CFAUTHENTICATE" VALUE='<cfauthenticate securitycontext="" username="" password="" setcookie="Yes" throwonfailure="Yes"' HELPFILE='Docs/CFMLTags/cfauthenticate.htm'/>
- <E CAPTION="CFIMPERSONATE" VALUE='<cfimpersonate securitycontext="" username="" password="" type=""' HELPFILE='Docs/CFMLTags/cfimpersonate.htm'/>
- </CAT>
- <CAT CAPTION="CFML Utilities" ICON="Elements">
- <E CAPTION="CFASSOCIATE" VALUE='<cfassociate basetag="" datacollection=""' HELPFILE='Docs/CFMLTags/cfassociate.htm'/>
- <E CAPTION="CFCACHE" VALUE='<cfcache' HELPFILE='Docs/CFMLTags/cfcache.htm'/>
- <E CAPTION="CFDUMP" VALUE='<cfdump' HELPFILE='Docs/CFMLTags/cfdump.htm'/>
- <E CAPTION="CFEXECUTE" VALUE='<cfexecute name="" arguments=""' HELPFILE='Docs/CFMLTags/cfexecute.htm'/>
- <E CAPTION="CFFLUSH" VALUE='<cfflush' HELPFILE='Docs/CFMLTags/cfflush.htm'/>
- <E CAPTION="CFHTMLHEAD" VALUE='<cfhtmlhead text=""' HELPFILE='Docs/CFMLTags/cfhtmlhead.htm'/>
- <E CAPTION="CFINCLUDE" VALUE='<cfinclude template=""' HELPFILE='Docs/CFMLTags/cfinclude.htm'/>
- <E CAPTION="CFLOCK" VALUE='<cflock' HELPFILE='Docs/CFMLTags/cflock.htm'/>
- <E CAPTION="CFLOG" VALUE='<cflog' HELPFILE='Docs/CFMLTags/cflog.htm'/>
- <E CAPTION="CFMODULE" VALUE='<cfmodule template="" name=""' HELPFILE='Docs/CFMLTags/cfmodule.htm'/>
- <E CAPTION="CFOBJECTCACHE" VALUE='<cfobjectcache action="clear"' HELPFILE='Docs/CFMLTags/cfobjectcache.htm'/>
- <E CAPTION="CFREGISTRY" VALUE='<cfregistry' HELPFILE='Docs/CFMLTags/cfregistry.htm'/>
- <E CAPTION="CFSAVECONTENT" VALUE='<cfsavecontent' HELPFILE='Docs/CFMLTags/cfsavecontent'/>
- <E CAPTION="CFSCHEDULE" VALUE='<cfschedule action="" task="" operation="" startdate="" starttime="" enddate="" endtime=""' HELPFILE='Docs/CFMLTags/cfschedule.htm'/>
- <E CAPTION="CFSERVLET" VALUE='<cfservlet code=""' HELPFILE='Docs/CFMLTags/cfservlet.htm'/>
- <E CAPTION="CFSERVLETPARAM" VALUE='<cfservletparam name=""' HELPFILE='Docs/CFMLTags/cfservletparam.htm'/>
- <E CAPTION="CFSETTING" VALUE='<cfsetting showdebugoutput="Yes"' HELPFILE='Docs/CFMLTags/cfsetting.htm'/>
- <E CAPTION="CFWDDX" VALUE='<cfwddx action="" input="" output="" toplevelvariable=""' HELPFILE='Docs/CFMLTags/cfwddx.htm'/>
- </CAT>
- <CAT CAPTION="External Systems" ICON="Elements">
- <E CAPTION="CFOBJECT" VALUE='<cfobject action="" name="" class="" context="" type=""' HELPFILE='Docs/CFMLTags/cfobject.htm'/>
- <E CAPTION="CFREPORT" VALUE='<cfreport report="" orderby="" username="" password=""' HELPFILE='Docs/CFMLTags/cfreport.htm'/>
- </CAT>
- <CAT CAPTION="Verity Search97" ICON="Elements">
- <E CAPTION="CFCOLLECTION" VALUE='<cfcollection action="" collection="" path="" language=""' HELPFILE='Docs/CFMLTags/cfcollection.htm'/>
- <E CAPTION="CFINDEX" VALUE='<cfindex action="" collection="" key="" type="" title="" query="" body="" urlpath=""' HELPFILE='Docs/CFMLTags/cfindex.htm'/>
- <E CAPTION="CFSEARCH" VALUE='<cfsearch collection="" name="" type="" criteria="" startrow="" maxrows="" language=""' HELPFILE='Docs/CFMLTags/cfsearch.htm'/>
- </CAT>
- </CAT>
-